github.com/andybalholm/brotli.metaBlockSplit.command_histograms (field)
12 uses
github.com/andybalholm/brotli (current package)
brotli_bit_stream.go#L1316: buildAndStoreEntropyCodesCommand(command_enc, mb.command_histograms, mb.command_histograms_size, numCommandSymbols, tree, storage_ix, storage)
metablock.go#L26: command_histograms []histogramCommand
metablock.go#L48: mb.command_histograms = mb.command_histograms[:0]
metablock.go#L213: if cap(mb.command_histograms) < int(mb.command_histograms_size) {
metablock.go#L214: mb.command_histograms = make([]histogramCommand, (mb.command_histograms_size))
metablock.go#L216: mb.command_histograms = mb.command_histograms[:mb.command_histograms_size]
metablock.go#L218: clearHistogramsCommand(mb.command_histograms, mb.command_histograms_size)
metablock.go#L220: buildHistogramsWithContext(cmds, &mb.literal_split, &mb.command_split, &mb.distance_split, ringbuffer, pos, mask, prev_byte, prev_byte2, literal_context_modes, literal_histograms, mb.command_histograms, distance_histograms)
metablock.go#L508: initBlockSplitterCommand(&cmd_blocks, numCommandSymbols, 1024, 500.0, uint(len(commands)), &mb.command_split, &mb.command_histograms, &mb.command_histograms_size)
metablock.go#L568: optimizeHuffmanCountsForRLE(numCommandSymbols, mb.command_histograms[i].data_[:], good_for_rle[:])
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |